projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac595a
)
Set up tables for 8859-6.
author
Dave Love
<fx@gnu.org>
Wed, 15 Jan 2003 17:50:12 +0000
(17:50 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 15 Jan 2003 17:50:12 +0000
(17:50 +0000)
lisp/international/ucs-tables.el
patch
|
blob
|
history
diff --git
a/lisp/international/ucs-tables.el
b/lisp/international/ucs-tables.el
index 9a14da44a01ef5b6cc9bab2e12daef89d447ea06..68a73e57bf26f2cfe11e6c84bd2a603026b2e402 100644
(file)
--- a/
lisp/international/ucs-tables.el
+++ b/
lisp/international/ucs-tables.el
@@
-1111,7
+1111,7
@@
Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
;; Derive tables that can be used as per-coding-system
;; `translation-table-for-encode's.
- (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
+ (dolist (n (list 15 14 9 8 7
6
5 4 3 2 1))
(let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))
(encode-translator (set (intern (format "ucs-8859-%d-encode-table"
n))